home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xarchie-2.0.9 / FWF / FileChooser / Imakefile < prev    next >
Makefile  |  1995-06-18  |  426b  |  19 lines

  1. #
  2. # Imakefile for FileChooser
  3. #
  4. # Note that this Imakefile is just sufficient to build the FileChooser
  5. # for use with xarchie. The original FWF distribution contains a more
  6. # elaborate Imakefile for a variety of purposes. See the file ../README.
  7. #
  8. # George Ferguson, ferguson@cs.rochester.edu, 28 Jan 1993.
  9. #
  10.  
  11. SRCS = FChooser.c
  12. OBJS = FChooser.o
  13.  
  14. INCLUDES = -I. -I../Dir
  15.  
  16. NormalLibraryTarget(FChooser,$(OBJS))
  17.  
  18. DependTarget()
  19.